CHECK FOR UNDERSTANDING: Let's review what you just learned about functions!

  • Click Run and watch the stage.
  • Answer the questions on the stage by clicking on the correct choices on the stage.
  • Click Submit and Next to move on.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("city") def tour(): sprite = codesters.Sprite("person1", -225, -150) sprite.say("I can take you on a tour") sprite.move_forward(550) tour()
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)